google.golang.org/protobuf/internal/impl.pointer.Uint64 (method)

14 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L2619: 	v := *p.Uint64()
		codec_gen.go#L2625: 	v := *p.Uint64()
		codec_gen.go#L2650: 	*p.Uint64() = v
		codec_gen.go#L2665: 	v := *p.Uint64()
		codec_gen.go#L2675: 	v := *p.Uint64()
		codec_gen.go#L4295: 	v := *p.Uint64()
		codec_gen.go#L4310: 	*p.Uint64() = v
		codec_gen.go#L4325: 	v := *p.Uint64()
		codec_gen.go#L4335: 	v := *p.Uint64()
		merge_gen.go#L112: 	*dst.Uint64() = *src.Uint64()
		merge_gen.go#L116: 	v := *src.Uint64()
		merge_gen.go#L118: 		*dst.Uint64() = v
		pointer_unsafe.go#L100: func (p pointer) Uint64() *uint64                       { return (*uint64)(p.p) }